hasRebooted

abstract fun hasRebooted(): Boolean

Sent to tell clients the radio has just rebooted.
Set to true if present.
Not used on all transports, currently just used for the serial console.
NOTE: This ID must not change - to keep (minimal) compatibility with <1.2 version of android apps.
bool rebooted = 8;

Return

Whether the rebooted field is set.